From: Paul Eggert Date: Tue, 28 Jun 2011 16:03:59 +0000 (-0700) Subject: * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3270 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=931a7a55bc6935f0c416f83596947a35af713b77;p=emacs.git * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var. --- diff --git a/src/ChangeLog b/src/ChangeLog index b50a863e80b..d52ff5da280 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-06-28 Paul Eggert + + * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var. + 2011-06-27 Juanma Barranquero * makefile.w32-in: Redesign dependencies so they reflect more diff --git a/src/gnutls.c b/src/gnutls.c index b59d0b265f2..2a055ac40f0 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -51,7 +51,6 @@ static Lisp_Object Qgnutls_bootprop_callbacks; static Lisp_Object Qgnutls_bootprop_loglevel; static Lisp_Object Qgnutls_bootprop_hostname; static Lisp_Object Qgnutls_bootprop_verify_flags; -static Lisp_Object Qgnutls_bootprop_verify_error; static Lisp_Object Qgnutls_bootprop_verify_hostname_error; /* Callback keys for `gnutls-boot'. Unused currently. */